Fix build by un-translating org.gtk.Settings.FileChooser
authorColin Walters <walters@verbum.org>
Fri, 7 Dec 2012 19:05:58 +0000 (14:05 -0500)
committerColin Walters <walters@verbum.org>
Fri, 7 Dec 2012 19:05:58 +0000 (14:05 -0500)
At the moment, gtk+ doesn't depend on intltool, which is the program
that knows how to translate schemas.  Attempting to translate them
causes a build failure, so for now, let's leave them in en_US.

https://bugzilla.gnome.org/show_bug.cgi?id=689584

gtk/org.gtk.Settings.FileChooser.gschema.xml

index 6b8d1a3b6b1c97da5035f3e1c8a2a27b329161e2..99c356eb7a79d08767e3a1d7c2777b521332ed26 100644 (file)
@@ -42,8 +42,8 @@
     </key>
     <key name='show-hidden' type='b'>
       <default>false</default>
-      <_summary>Whether to show hidden files</_summary>
-      <_description>If set to true, then hidden files are shown by default.  Hidden files are either dotfiles, listed in the folder's .hidden file or backup files ending with a tilde (~).</_description>
+      <summary>Whether to show hidden files</summary>
+      <description>If set to true, then hidden files are shown by default.  Hidden files are either dotfiles, listed in the folder's .hidden file or backup files ending with a tilde (~).</description>
     </key>
     <key name='expand-folders' type='b'>
       <default>false</default>